バージョン

HierarchyDescriptor<T> コンストラクタ

HierarchyDescriptor<T> クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal propertyExpression As Expression(Of Func(Of T,Object)) _
)
public HierarchyDescriptor<T>( 
   Expression<Func<T,object>> propertyExpression
)

パラメータ

propertyExpression
階層が構築されたプロパティを選択する Expression
参照